Platform Explorer / Nuxeo Platform 2023.10

Operation Salesforce.TouchSFLibrary (Salesforce.TouchSFLibrary)

Operation id Salesforce.TouchSFLibrary
Category javascript
Label Salesforce.TouchSFLibrary
Requires
Since

Parameters

Name Description Type Required Default value
update Boolean no  
record Object no  

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.automation.scripting.internals.ScriptingOperationImpl
Contributing Component org.nuxeo.salesforce.automation.contrib

JSON Definition

{
  "id" : "Salesforce.TouchSFLibrary",
  "label" : "Salesforce.TouchSFLibrary",
  "category" : "javascript",
  "requires" : null,
  "description" : null,
  "url" : "Salesforce.TouchSFLibrary",
  "signature" : [ "document", "document" ],
  "params" : [ {
    "name" : "update",
    "description" : null,
    "type" : "Boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "record",
    "description" : null,
    "type" : "Object",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}